unconditional branch - traducción al Inglés
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

unconditional branch - traducción al Inglés

INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

unconditional branch         

общая лексика

безусловный переход

в программировании - переход, выполняемый в любом случае

синоним

unconditional jump; (conditional branch)

branch instruction         

общая лексика

команда перехода

машинная команда или оператор языка программирования, позволяющий изменить порядок выполнения команд или операторов программы

вычислительная техника

команда ветвления

conditional jump         

общая лексика

условный переход, операция [команда] условного перехода

передача управления в программе по указанному в команде адресу в зависимости от результата выполнения предыдущих команд или значений регистров процессора

вычислительная техника

условный переход

синоним

conditional branch

Definición

Unconditional
·adj Not conditional limited, or conditioned; made without condition; absolute; unreserved; as, an unconditional surrender.

Wikipedia

Branch (computer science)

A branch is an instruction in a computer program that can cause a computer to begin executing a different instruction sequence and thus deviate from its default behavior of executing instructions in order. Branch (or branching, branched) may also refer to the act of switching execution to a different instruction sequence as a result of executing a branch instruction. Branch instructions are used to implement control flow in program loops and conditionals (i.e., executing a particular sequence of instructions only if certain conditions are satisfied).

A branch instruction can be either an unconditional branch, which always results in branching, or a conditional branch, which may or may not cause branching depending on some condition. Also, depending on how it specifies the address of the new instruction sequence (the "target" address), a branch instruction is generally classified as direct, indirect or relative, meaning that the instruction contains the target address, or it specifies where the target address is to be found (e.g., a register or memory location), or it specifies the difference between the current and target addresses.

¿Cómo se dice unconditional branch en Ruso? Traducción de &#39unconditional branch&#39 al Ruso